github.com/gotd/td/internal/mtproxy/faketls.record.Data (field)
8 uses
github.com/gotd/td/internal/mtproxy/faketls (current package)
faketls.go#L69: Data: []byte("\x01"),
faketls.go#L79: Data: b,
faketls.go#L109: o.readBuf.Write(rec.Data)
record.go#L16: Data []byte
record.go#L47: rec.Data = make([]byte, length)
record.go#L48: if _, err := io.ReadFull(r, rec.Data); err != nil {
record.go#L65: binary.BigEndian.PutUint16(buf[:2], uint16(len(r.Data)))
record.go#L70: n, err := w.Write(r.Data)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |